FolderItem.OpenAsBinaryFile Function

Opens the FolderItem passed to be read as a binary file. If ReadWrite is True, the file is opened in read/write mode, otherwise it is opened in read-only mode.

Syntax

result = FolderItem.OpenAsBinaryFile( [ReadWrite] )

Parameters

ReadWrite

Boolean (Optional)

Return Value

Result

BinaryStream

Notes

ReadWrite is False by default. Returns a BinaryStream.